.vcprojin files here into corresponding actual .vcproj files.\r
\r
You will need the parts from below in the GTK+ stack: GDK-Pixbuf, Pango,\r
-ATK (2.x) and GLib. External dependencies are at least Cairo\r
+ATK (2.x)** and GLib. External dependencies are at least Cairo\r
(with Cairo-GObject support, meaning Cairo 1.10.x or later), zlib, libpng,\r
gettext-runtime, fontconfig*, freetype*, expat*. See the \r
build/win32/vs9/README.txt file in glib for details where to unpack them.\r
do contain support for compiling under VS9 using VS\r
project files and/or makefiles at this time of writing, For the\r
GTK+ stack, VS9 project files are either available under\r
-$(srcroot)/build/vs9 in the case of GLib (stable/unstable), ATK\r
-(unstable) and GDK-Pixbuf (unstable), and should be in the next\r
+$(srcroot)/build/vs9 in the case of GLib (stable/unstable), ATK**\r
+(2.x stable/unstable) and GDK-Pixbuf (unstable), and should be in the next\r
unstable version of Pango. There is no known official VS9 build\r
support for fontconfig (along with freetype and expat) and\r
gettext-runtime, so please use the binaries from: \r
build PCRE is recommended-see build/win32/vs9/README.txt of GLib)\r
-GLib\r
-Cairo (inclusive of Cairo-GObject)\r
--ATK\r
+-ATK-2.x**\r
-Pango\r
-GDK-Pixbuf\r
(note the last 3 dependencies are not interdependent, so the last 3\r
people running and building GIMP. They are referred to by components\r
in Cairo and Pango mainly.\r
\r
+**Regarding ATK-2.x: prior to compiling ATK-2.x, please open atkprops\r
+ in VS under "Properties Manager" view (it is under any one of the\r
+ build configurations, right-click on atkprops and select "Properties").\r
+ Navigate to "User Macros", and edit the following fields:\r
+ AtkApiVersion -> 2.0\r
+ AtkLibToolCompatibleDllSuffix -> -2.0-0\r
+ AtkSeperateVS9DLLSuffix -> -2-vs9\r
+ Sorry this change did not make it upstream prior to ATK-2.0.0 release-\r
+ this will be in the subsequent releases of ATK-2.x and was committed\r
+ upstream.\r
+\r
--Tor Lillqvist <tml@iki.fi>\r
--Updated by Chun-wei Fan <fanc999@yahoo.com.tw>\r